home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / VIEWMEM.ZIP / VIEWMEM.DOC < prev    next >
Text File  |  1994-02-19  |  3KB  |  48 lines

  1. Viewmem - A Window into Core Memory
  2. (C) Copyright 1993 by Tim Gerchmez
  3. -----------------------------------
  4.  
  5.         Viewmem provides you with a window into the core memory of your
  6. computer.  It gives you a "real-time" display, so you can see what's
  7. happening in memory as it happens.  It should work with any kind of video
  8. monitor, color or mono.  It won't work under many multitasking systems, as
  9. it PEEKS into any section of memory directly, and it's my understanding 
  10. that many multitaskers disallow this.
  11.  
  12.         To run Viewmem, simply enter VIEWMEM at the DOS prompt.  You'll see
  13. a screen filled with moving, sparkling characters.  This is the first part
  14. (low memory) of your machine's memory, displayed as ASCII characters.  Use 
  15. the cursor keys to scroll forward or backward in memory.  The number display
  16. in the upper left corner of the screen gives you the segment:offset address 
  17. of the memory you're currently looking at (representing the byte in the upper
  18. left corner of the second line of the screen.  You can move up by one segment 
  19. (actually 64K) by pressing +, or down by pressing -.   Viewmem allows you to 
  20. view all 16 64K segments (1MB) of memory in your machine.  If you have less 
  21. than 640K (1MB) of main memory, results will be unpredictable if you try to 
  22. view what's not there.  It's doubtful you'd do any damage, however.
  23.  
  24.         To get help in Viewmem, press F1, and you'll be presented with a
  25. menu showing you which keys and commands are active in the program.  You can
  26. change screen and command-line colors, search for strings of text in memory,
  27. jump to any memory address, dump memory to disk, and toggle ASCII only or
  28. all characters to be displayed.
  29.         
  30.         Viewmem is written in PowerBASIC 3.0, and the source code is 
  31. included.  I am releasing the program as freeware, no charge of any kind
  32. for use.  However, the program is still copyrighted, and you may not
  33. alter and then redistribute it under your own name.  Any distribution must
  34. be complete and unaltered, and include this .DOC file.
  35.  
  36.         I hope you find Viewmem to be interesting and educational.
  37. If you have any questions or comments, you can reach me on the PowerBASIC
  38. BBS (1-813-629-9145) or at the address given below.
  39.  
  40. Tim Gerchmez
  41. 12648 S.E. 81st Pl.
  42. Renton, WA  98056-9121
  43.  
  44. Disclaimer: You use Viewmem at your own risk, and I cannot be held liable
  45. for any damages which may result from the use or abuse of the program.
  46. I offer the program entirely without warranty of any kind.
  47.  
  48.